-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltip documentation #1955
Tooltip documentation #1955
Conversation
af726c0
to
adc26f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I have some change requests.
@@ -106,6 +106,15 @@ | |||
border: 1px solid darken($color-7, 10%); | |||
} | |||
} | |||
|
|||
table { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The table needs a class otherwise all tables in the style guide will match this.
th, td { | ||
&.actions { | ||
border-right: 1px solid #cee1f4 !important; | ||
border-bottom: 1px solid #cee1f4 !important; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm ok with this as the problem is due to the original - wrong - implementation.
662b292
to
52da7ea
Compare
Ready @tvdeyen, sorry it took long for such a simple change, hope all is good now. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
#1321
Adding a few extra information for tooltips.
I had to override some styling using
important!
I don't really like this but....https://github.com/solidusio/solidus/blob/master/backend/app/assets/stylesheets/spree/backend/shared/_tables.scss#L36
This line is removing borders, I tried removing
!important
but it would probably break something.